Add folder containing yaml templates that MUST be kept working at all times #188
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As E3SM is updated, we MUST ensure these yaml do work.
For now, I copied the content of the decadal folder.
NOTE: other folders should NOT be updated as master changes, as they should reflect the version of the code that they were used with. That is, if someone wants to re-run decadal simulations, they should simply checkout the decadal branch in E3SM, and use the yaml files in the decadal subfolders. OTOH, the
masterfolder should contain yaml files that are kept working with the current master version. That is, at any given moment, one should be able to checkout the current E3SM master version and use the yaml files in themasterfolder without any problem (at least, without any problem related to IO..).I am now testing that these do indeed work with current master...